home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / ip / ka9q / MNetsrc.hqx / Mac TCP_IP Source v.33 / routing.c < prev    next >
Text File  |  1989-03-17  |  284b  |  15 lines

  1. /* Control file for routing - Copyright 1989 - Stuart G Phillips, N6TTO */
  2.  
  3. #include "global.h"
  4. #include "config.h"
  5. #ifdef PROXY
  6. #include "mbuf.h"
  7. #include "timer.h"
  8. #include "arp.h"
  9. #include "routing.h"
  10.  
  11. struct routing_inuse routing_inuse = {
  12.     1        /* IS-ES enabled */
  13. };
  14. #endif
  15.